home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 1 / GoldFishApril1994_CD2.img / d4xx / d430 / smartfields / docs / brief descriptions < prev    next >
Text File  |  1991-01-11  |  6KB  |  242 lines

  1. BRIEF FUNCTION DESCRIPTIONS
  2.  
  3.  
  4. buffer_char_delete
  5.     Deletes a character at the current position in the specified field.
  6.  
  7. buffer_char_insert
  8.     Inserts a space for a character at the current position in the specified
  9.     field.
  10.  
  11. con_char_backspace
  12.     Deletes the character to the left of the current cursor position.
  13.  
  14. con_char_delete
  15.     Deletes the character at the current cursor position.
  16.  
  17. con_char_insert
  18.     Inserts a character at the current cursor position.
  19.  
  20. con_char_mult_delete
  21.     Deletes the specified number of characters at the current cursor position.
  22.  
  23. con_display_erase
  24.     Erases to the end of the current display.
  25.  
  26. con_events
  27.     Sets or resets raw input events that a console will receive.
  28.  
  29. con_graphic_rend
  30.     Sets the console text style, foreground color, and background color.
  31.  
  32. con_left_offset
  33.     Sets the console left offset to the specified pixel position.
  34.  
  35. con_line_erase
  36.     Erases to the end of the current line.
  37.  
  38. con_line_length
  39.     Sets the console line length to the specified number of characters.
  40.  
  41. con_line_next
  42.     Moves the cursor to row 1 of the next line.
  43.  
  44. con_line_prev
  45.     Moves the cursor to row 1 of the previous line.
  46.  
  47. con_line_scroll_down
  48.     Scrolls the display down one line, deleting the bottom line and inserting
  49.     a blank line at the top of the display.
  50.  
  51. con_line_scroll_up
  52.     Scrolls the display down up line, deleting the top line and inserting a
  53.     blank line at the bottom of the display.
  54.  
  55. con_open
  56.     Opens the console device.
  57.  
  58. con_page_length
  59.     Sets the console page length to the specified number of rows.
  60.  
  61. con_put_char
  62.     Outputs a character to the console.
  63.  
  64. con_put_line
  65.     Outputs a null-terminated string of a maximum length to the console.
  66.  
  67. con_put_string
  68.     Outputs a null-terminated string of characters to the console.
  69.  
  70. con_read
  71.     Reads as many characters as possible from the console into the specified
  72.     buffer.
  73.  
  74. con_top_offset
  75.     Sets the console top offset to the specified pixel position.
  76.  
  77. con_write
  78.     Outputs a string of known length to the console.
  79.  
  80. console_close
  81.     Closes all devices required for console I/O.
  82.  
  83. console_input
  84.     Handles all input from the console.
  85.  
  86. console_open
  87.     Opens all devices required for console I/O.
  88.  
  89. cursor_invisible
  90.     Makes the cursor invisible.
  91.  
  92. cursor_jump_left
  93.     Moves the cursor to the left a specified number of positions.
  94.  
  95. cursor_jump_right
  96.     Moves the cursor to the right a specified number of positions.
  97.  
  98. cursor_left
  99.     Moves the cursor to the left one character position.
  100.  
  101. cursor_place
  102.     Moves the cursor to the specified pixel position.
  103.  
  104. cursor_pos
  105.     Moves the cursor to the specified row and column.
  106.  
  107. cursor_right
  108.     Moves the cursor to the right one character position.
  109.  
  110. cursor_visible
  111.     Makes the cursor visible.
  112.  
  113. field_add_list
  114.     Adds a specified number of fields to a field list.
  115.  
  116. field_char_backspace
  117.     Deletes the character to the left of the current position in the
  118.     specified field.
  119.  
  120. field_char_delete
  121.     Deletes the character at the current position in the specified field.
  122.  
  123. field_char_type
  124.     Outputs the typed character at the current position in the specified
  125.     field.
  126.  
  127. field_clear
  128.     Clears the contents of a specified number of fields.
  129.  
  130. field_click
  131.     Checks if the user clicked in any active field.
  132.  
  133. field_close
  134.     Closes all devices opened for field input.
  135.  
  136. field_copy
  137.     Copies the contents of the specified field to the field clip.
  138.  
  139. field_cursor_left
  140.     Moves the cursor to the left one character position in the specified
  141.     field.
  142.  
  143. field_cursor_right
  144.     Moves the cursor to the right one character position in the specified
  145.     field.
  146.  
  147. field_cut
  148.     Deletes the entire contents of the specified field and copies it to the
  149.     field clip.
  150.  
  151. field_delete
  152.     Deletes the entire contents of the specified field.
  153.  
  154. field_delete_backward
  155.     Deletes all characters to the left of the current position in the
  156.     specified field.
  157.  
  158. field_delete_forward
  159.     Deletes all characters at and to the right of the current position in the
  160.     specified field.
  161.  
  162. field_disable
  163.     Disables a field from accepting input.
  164.  
  165. field_display
  166.     Displays the contents of a specified number of fields.
  167.  
  168. field_dup
  169.     Replaces the current contents of the specified field with the contents of
  170.     that field's "Prev" buffer.
  171.  
  172. field_enable
  173.     Enables a field to accept input.
  174.  
  175. field_goto
  176.     Moves the cursor to the specified field and denotes that field as the
  177.     current field.
  178.  
  179. field_input
  180.     Handles all console input in relation to the specified field.
  181.  
  182. field_left
  183.     Moves the cursor to the first character position in the specified field.
  184.  
  185. field_link
  186.     Sets all of the "NextField" links in a field list.
  187.  
  188. field_open
  189.     Opens all devices required for field input and initializes the field
  190.     header structure.
  191.  
  192. field_paste
  193.     Replaces the contents of the specified field with the contents of the
  194.     field clip.
  195.  
  196. field_redisplay
  197.     Deletes the contents of a specified number of fields and redisplays them
  198.     with the contents of their buffer.
  199.  
  200. field_refresh
  201.     Displays the contents of a specified number of fields, also rendering the
  202.     field's title, image, and border.
  203.  
  204. field_remove
  205.     Removes a specified number of fields from a field list.
  206.  
  207. field_reshow
  208.     Deletes the contents of a specified number of fields and redisplays them
  209.     with the contents of their buffer.
  210.  
  211. field_restore
  212.     Replaces the current contents of the specified field with the contents of
  213.     that field's "Undo" buffer.
  214.  
  215. field_right
  216.     Moves the cursor to the character position immediately to the right of
  217.     the last character in the specified field.
  218.  
  219. field_tab_backward
  220.     Moves the cursor to the left "TAB_JUMP" character positions in the
  221.     specified field.
  222.  
  223. field_tab_forward
  224.     Moves the cursor to the right "TAB_JUMP" character positions in the
  225.     specified field.
  226.  
  227. mask_chars
  228.     Sets mask according to a string of characters.
  229.  
  230. mask_entire
  231.     Sets entire mask.
  232.  
  233. mask_range
  234.     Sets mask according to a range of ASCII values.
  235.  
  236.  
  237. Brief Descriptions  01/13/90
  238. © Copyright 1990 Timm Martin
  239. All Rights Reserved Worldwide
  240.  
  241. /*-- END --*/
  242.